home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 1996-05-01 | 17.5 KB | 311 lines | [ TEXT/MPS ]
; ; File: OCEErrors.a ; ; Contains: Apple Open Collaboration Environment Error Interfaces. ; ; Version: Technology: AOCE Toolbox 1.02 ; Release: Universal Interfaces 3.0d3 on Copland DR1 ; ; Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved. ; ; Bugs?: If you find a problem with this file, send the file and version ; information (from above) and the problem description to: ; ; Internet: apple.bugs@applelink.apple.com ; AppleLink: APPLE.BUGS ; ; IF &TYPE('__OCEERRORS__') = 'UNDEFINED' THEN __OCEERRORS__ SET 1 IF &TYPE('__ERRORS__') = 'UNDEFINED' THEN include 'Errors.a' ENDIF IF FOR_SYSTEM7_ONLY THEN ; ;Allocated ranges: ; AOCE General Errors -1500 to -1539 ; AOCE Authentication Errors -1540 to -1609 ; AOCE Catalog Errors -1610 to -1680 ; ; AOCE Standard Mail Errors -1900 to -1949 ; AOCE Standard Catalog Errors -1950 to -1969 ; AOCE Digital Signature Errors -1970 to -1999 ; ; AOCE Templates Errors -15000 to -15039 ; AOCE Mail Errors -15040 to -15089 ; AOCE Messaging Errors -15090 to -15169 ; Reserved for future -15170 to -15199 ; ; AOCE General Errors (-1500 to -1539) kOCEToolboxNotOpen EQU -1500 ; Toolbox not open; perhaps its closing kOCEInvalidCommand EQU -1501 ; Request code passed to a trap call is invalid kOCEInvalidRef EQU -1502 ; a reference to an object is obsolete or invalid kOCEBufferTooSmall EQU -1503 ; the buffer supplied is too small for the task kOCEVersionErr EQU -1504 ; some manner of software version mismatch kOCESyncAsyncErr EQU -1505 ; Op tried synchronously may only be done async, or vice versa kOCEInternalErr EQU -1506 ; the OCE toolbox has an internal error kOCENotAnOwner EQU -1507 ; this operation can only be done by the object's owner kOCENotImplemented EQU -1508 ; Feature not implemented kOCENotAuthenticated EQU -1509 ; The user must be authenticated kOCEAlreadyExists EQU -1510 ; The object being added already exists kOCEDoesntExist EQU -1511 ; the object being referenced doesn't exist or cannot be found kOCEConnectionErr EQU -1512 ; Unable to open or maintain a network transport kOCEConnectionClosed EQU -1513 ; Connect has closed kOCEInvalidRecipient EQU -1514 ; Invalid recipient/address for this command kOCEInvalidIndex EQU -1515 ; invalid index (out of range) kOCERefIsClosing EQU -1516 ; Object references is being closed, cannot complete command kOCEHasPendingMsgs EQU -1517 kOCEInvalidConfiguration EQU -1518 kOCERequiredServicesNotAvailable EQU -1519 kOCEServerInactive EQU -1520 kOCEMoreDiskSpaceNeeded EQU -1521 ; Inadequate disk space to safely complete operation kOCEParamErr EQU -50 ; invalid parameter passed to toolbox ; AOCE Authentication Errors (-1540 to -1609) kOCEReadAccessDenied EQU -1540 kOCEWriteAccessDenied EQU -1541 kOCEAccessRightsInsufficient EQU -1542 ; stream needs to be authenticated, or not authorized, or someone other than agent trying to TPFC, or problem in server-to-server authentication kOCEUnsupportedCredentialsVersion EQU -1543 ; don't know how to read that version of credentials kOCECredentialsProblem EQU -1544 ; couldn't successfully decrypt credentials kOCECredentialsImmature EQU -1545 ; current time < first valid time kOCECredentialsExpired EQU -1546 ; current time > expiry time kOCEProxyImmature EQU -1547 ; current time < proxy start time kOCEProxyExpired EQU -1548 ; current time > proxy expiry time kOCEDisallowedRecipient EQU -1549 ; Recipient not specified in proxy kOCENoKeyFound EQU -1550 ; found no key for entity in question kOCEPrincipalKeyNotFound EQU -1551 ; couldn't decode proxy because principal has no key kOCERecipientKeyNotFound EQU -1552 ; recipient has no key kOCEAgentKeyNotFound EQU -1553 ; in TPFC, agent has no key kOCEKeyAlreadyRegistered EQU -1554 ; entity already has a key kOCEMalformedKey EQU -1555 ; key is of an unknown encryption method, or key doesn't match password kOCEUndesirableKey EQU -1556 ; password too short, key too simple, or trying to change cluster key to the same value kOCEWrongIdentityOrKey EQU -1557 ; In CheckIdentity, name doesn't exist or key is wrong kOCEInitiatorKeyProblem EQU -1558 ; either we couldn't find the initiator's key or we found it but couldn't successfully decrypt instructions or proxy kOCEBadEncryptionMethod EQU -1559 ; the specified encryption method is not supported kOCELocalIdentityDoesNotExist EQU -1560 ; LocalIdentity has to be setup kOCELocalAuthenticationFail EQU -1561 ; LocalIdentity Login has to be done for this operation kOCELocalIdentitySetupExists EQU -1562 ; LocalIdentity setup exists, use change instead of setup kOCEDirectoryIdentitySetupExists EQU -1563 ; DirectoryIdentity setup exists, use change instead of setup kOCEDirectoryIdentitySetupDoesNotExist EQU -1564 ; DirectoryIdentity setup does not exist kOCENotLocalIdentity EQU -1565 ; Use LocalIdentity calls instead! kOCENoMoreIDs EQU -1566 ; identity table is full kOCEUnknownID EQU -1567 ; identity passed is not valid kOCEOperationDenied EQU -1568 ; LocalID operation denied kOCEAmbiguousMatches EQU -1569 ; ambiguous matches found in resolving CIDs (more than 1 CID) kOCENoASDSPWorkSpace EQU -1570 ; No ASDSP workspace passed for Open Secure Stream kOCEAuthenticationTrouble EQU -1571 ; generic authentication problem ; AOCE Catalog Errors (-1610 to -1680) kOCENotLocal EQU -1610 ; the server does not serve the requested dNode kOCETooBusy EQU -1611 ; server cannot complete call at this time kOCEDatabaseFull EQU -1612 ; disk is full kOCETargetDirectoryInaccessible EQU -1613 ; Catalog server not responding kOCEBogusArgs EQU -1614 ; Args not formatted correctly on the wire kOCENoSuchDNode EQU -1615 ; the requested dNode does not exist kOCEDNodeUnavailable EQU -1616 ; could not find any servers that serve the requested dNode kOCEBadRecordID EQU -1617 ; invalid RecordID (usually name and/or type don't match cid) kOCENoSuchRecord EQU -1618 ; the specified record does not exist kOCENoSuchAttributeValue EQU -1619 ; The attribute value that was passed in does not exist kOCENoSuchPseudonym EQU -1620 ; the specified pseudonym does not exist kOCEAttributeValueTooBig EQU -1621 ; self-explanatory kOCETypeExists EQU -1622 ; The type already exists in the record kOCEMoreData EQU -1623 ; only a warning - buffer not big enough kOCERefNumBad EQU -1624 ; RefNum is not valid kOCEStreamCreationErr EQU -1625 ; problem creating stream kOCEOperationNotSupported EQU -1626 ; the specified catalog does not support this operation kOCEPABNotOpen EQU -1627 ; specified Personal Catalog is not open to make the operation kOCEDSAMInstallErr EQU -1628 ; specified CSAM could not be installed kOCEDirListFullErr EQU -1629 ; catalog list is full, try removing an entry kOCEDirectoryNotFoundErr EQU -1630 ; catalog was not found in the list kOCEAbortNotSupportedForThisCall EQU -1631 ; this call cannot be aborted kOCEAborted EQU -1632 ; this call was aborted kOCEOCESetupRequired EQU -1633 ; LocalIdentity Setup is required kOCEDSAMRecordNotFound EQU -1634 ; CSAM Record not found kOCEDSAMNotInstantiated EQU -1635 ; CSAM is not instantiated kOCEDSAMRecordExists EQU -1636 ; CSAM record already exists kOCELengthError EQU -1637 ; supplied buffer was too small kOCEBadStartingRecord EQU -1638 ; Lookup starting record is not within range kOCEBadStartingAttribute EQU -1639 ; Lookup starting attribute is not within range kOCEMoreAttrValue EQU -1640 ; attribute value could not fit into buffer (even though it was the only value) kOCENoDupAllowed EQU -1641 kOCENoSuchAttributeType EQU -1642 kOCEMiscError EQU -1643 ; some other error kOCENoSuchIcon EQU -1644 ; no matching icon from GetDirectoryIcon kOCERLIsDontMatch EQU -1645 ; RLIs do not match in lookup kOCEDirectoryCorrupt EQU -1646 ; Serious disk fill corruption problem ; AOCE Standard Mail Errors (-1900 to -1949) kSMPNotEnoughMemoryForAllRecips EQU -1900 kSMPCopyInProgress EQU -1901 kSMPMailerNotInitialized EQU -1902 kSMPShouldNotAddContent EQU -1903 kSMPMailboxNotFound EQU -1904 kSMPNoNextLetter EQU -1905 kSMPHasOpenAttachments EQU -1906 kSMPFinderNotRunning EQU -1907 kSMPCommandDisabled EQU -1908 kSMPNoMailerInWindow EQU -1909 kSMPNoSuchAddress EQU -1910 kSMPMailerAlreadyInWindow EQU -1911 kSMPMailerUneditable EQU -1912 kSMPNoMatchingBegin EQU -1913 kSMPCannotSendReceivedLetter EQU -1914 kSMPIllegalForDraftLetter EQU -1915 kSMPMailerCannotExpandOrContract EQU -1916 kSMPMailerAlreadyExpandedOrContracted EQU -1917 kSMPIllegalComponent EQU -1918 kSMPMailerAlreadyNotTarget EQU -1919 kSMPComponentIsAlreadyTarget EQU -1920 kSMPRecordDoesNotContainAddress EQU -1921 kSMPAddressAlreadyInList EQU -1922 kSMPIllegalSendFormats EQU -1923 kSMPInvalidAddressString EQU -1924 kSMPSubjectTooBig EQU -1925 kSMPParamCountErr EQU -1926 ; enclosure count != 1, while sendEnclosure Only == true. kSMPTooManyPages EQU -1927 ; Exceeding the image page limit. kSMPTooManyEnclosures EQU -1928 ; AOCE Standard Catalog Errors (-1950 to -1969) kSDPNoSearchText EQU -1950 kSDPTooManyLoginAttempts EQU -1951 kSDPNoSelection EQU -1952 kSDPPersonalDirectoryRepairFailed EQU -1953 ; AOCE Digital Signature Errors (-1970 to -1999) kSIGOperationIncompatibleErr EQU -1970 ; context in use for different type of operation kSIGCertificateQueryDenied EQU -1971 ; can't query certificates with this context kSIGVerifyFailedErr EQU -1972 ; verification failed kSIGInvalidCredentialErr EQU -1973 ; verified OK but credential out of date, either pending or expired kSIGIndexErr EQU -1974 ; the index given is outside the range of allowable values kSIGSignerErr EQU -1975 ; problem with the signer or signature itself kSIGPasswordErr EQU -1976 ; password is incorrect kSIGInternalsErr EQU -1977 ; an internal error occurred like a bad digest, context or signature kSIGToolboxNotPresentErr EQU -1978 ; for client services (ie servers) to report back - not retruned by the TB kSIGContextPrepareErr EQU -1979 ; context either prepared with VerifyPrepare, SignPrepare or DigestPrepare already or has been corrupted kSIGNoDigestErr EQU -1980 ; no digest in the signature kSIGConversionErr EQU -1981 ; unabled to convert an attribute to Mac format kSIGSignerNotValidErr EQU -1982 ; Signer has either expired or is pending and can not sign kSIGNoSignature EQU -1983 ; standard file signature not found ; AOCE Templates Errors (-15000 to -15039) kDETInvalidTargetAspectName EQU -15000 ; Could not locate an aspect by name kDETInvalidTargetItemNumber EQU -15001 ; Item number is target invalid (out of range 1..<number of children>) kDETInvalidTargetFromNonAspect EQU -15002 ; Target selection relative to non-aspect object which requires an aspect kDETInvalidTargetDSSpec EQU -15003 ; Target DSSpec could not be resolved kDETUnknownTargetSelector EQU -15004 ; Unknown selector type for target specification kDETInvalidTarget EQU -15005 ; Target specification was invalid (for reasons other than those above) kDETTargetNotAnAspect EQU -15006 ; Specified target object was not an aspect kDETInvalidCommandItemNumber EQU -15007 ; Command item number invalid (out of range 1..<number of items in selection>) kDETUnableToGetCommandItemSpec EQU -15008 ; Unable to retrieve item specification (internal error, possibly out of memory) kDETRequestedTypeUnavailable EQU -15009 ; Command item could not be represented in the form requested kDETInvalidDSSpec EQU -15010 ; Could not resolve DSSpec (other than in target; see error above for targets) kDETUnableToAccessProperty EQU -15011 ; Property could not be found and/or created kDETInfoPageNotOpen EQU -15012 ; Info-page not open; request requires an open info-page kDETNoSuchView EQU -15013 ; No view found with specified property number kDETCouldNotAddMenuItem EQU -15014 ; Could not add item to dynamic menu kDETCouldNotRemoveMenuItem EQU -15015 ; Could not remove item from dynamic menu kDETCouldNotFindMenuItem EQU -15016 ; Could not find menu item kDETCouldNotFindCustomView EQU -15017 ; Could not find custom view in info-page kDETInvalidReqFunction EQU -15018 ; Invalid call-back request function kDETInvalidCallBack EQU -15019 ; Invalid call-back (for reasons other than those above) kDETPropertyBusy EQU -15020 ; Edit is open on the property being set ; AOCE Mail Errors (-15040 to -15089) kMailInvalidOrder EQU -15040 ; This object has already been written to and cannot be written again ; handle non-zero offsets for now kMailInvalidSeqNum EQU -15041 ; Invalid letter sequence o refers to an non–existent letter kMailAttrNotInHdr EQU -15042 ; attribute does not exist in this letter header kMailHdrAttrMissing EQU -15043 ; required attribute not written into letter header kMailBadEnclLengthErr EQU -15044 ; incorrect number of bytes has been written after memForm of PutEnclosure kMailInvalidRequest EQU -15045 ; cannot putAttr for report, putRcptReport for letter kMailInvalidPostItVersion EQU -15046 ; cannot create new postit with this version kMailNotASlotInQ EQU -15047 ; queueID does not refer to a slot's incoming queue kMailLtrNotOpen EQU -15048 ; letter is not open, probably not cached in inQ kMailMissingMailCat EQU -15049 ; trying to create message in inq, with no postIt kMailCannotWriteMailCat EQU -15050 ; cannot update a mail catentry kMailTooManyTagsPerLetter EQU -15051 ; cannot add more than kMaxTagsPerLetter tags kMailGwyDead EQU -15052 ; MSAM died kMailIgnoredErr EQU -15053 ; ePPC message was ignored kMailLengthErr EQU -15054 ; ePPC message did not complete kMailTooManyErr EQU -15055 ; Too many = request outstanding, kMailNoMSAMErr EQU -15056 ; no MSAMs found in mailbox! or for command kMailCancelled EQU -15057 kMailSlotSuspended EQU -15058 kMailMSAMSuspended EQU -15059 kMailBadSlotInfo EQU -15060 kMailMalformedContent EQU -15061 ; a mailed structure is malformed kMailNoSuchSlot EQU -15062 ; no such slot kMailBadLtrInfo EQU -15063 ; bad info there, can't change kMailSetFailed EQU -15064 ; could not set letter info kMailBadConfig EQU -15065 ; MSAM has bad config info kMailBadMSAM EQU -15066 ; bad MSAM: not usable = reason unspec, kMailCannotLkupServerSlots EQU -15067 ; cannot lookup adas for server mail slots kMailBadState EQU -15068 ; the state specifiy is not in any of defined ; AOCE Messaging Errors (-15090 to -15169) kIPMCantCreateIPMCatEntry EQU -15090 kIPMInvalidMsgType EQU -15091 ; bad msg hint kIPMInvalidProcHint EQU -15092 ; bad proc hint kIPMInvalidOffset EQU -15093 ; bad offset for read/write kIPMUpdateCatFailed EQU -15094 kIPMMsgTypeReserved EQU -15095 kIPMNotInABlock EQU -15096 kIPMNestedMsgOpened EQU -15097 kIPMA1HdrCorrupt EQU -15098 kIPMCorruptDataStructures EQU -15099 kIPMAbortOfNestedMsg EQU -15100 kIPMBlockIsNotNestedMsg EQU -15101 kIPMCacheFillError EQU -15102 kIPMInvalidSender EQU -15103 kIPMNoRecipientsYet EQU -15104 kIPMInvalidFilter EQU -15105 kIPMAttrNotInHdr EQU -15106 kIPMBlkNotFound EQU -15107 kIPMStreamErr EQU -15108 ; Error on stream (should this ever go out?) kIPMPortClosed EQU -15109 ; Port closed (should this ever go out?) kIPMBinBusy EQU -15110 kIPMCorruptedBin EQU -15111 kIPMBadQName EQU -15112 kIPMEndOfBin EQU -15113 kIPMBinNeedsConversion EQU -15114 kIPMMgrInternalErr EQU -15115 kIPMEltBusy EQU -15116 kIPMEltClosedNotDeleted EQU -15117 kIPMBadContext EQU -15118 kIPMContextIsClosing EQU -15119 kIPMeoQ EQU -15120 kIPMQOutOfSpace EQU -15121 kIPMEltNotFound EQU -15122 kIPMBinOutOfSpace EQU -15123 kIPMeoCatEntry EQU -15124 kIPMeoElt EQU -15125 kIPMQBusy EQU -15126 kIPMNotSameBin EQU -15127 kIPMNoMoreServices EQU -15128 kIPMLookupAttrTooBig EQU -15129 ; attribute in lookup is too big kIPMUnknownUAM EQU -15130 kIPMUnsupportedLogin EQU -15131 kIPMLogInUnknown EQU -15132 kIPMNoMoreFilters EQU -15133 kIPMCouldNotReadInfoReply EQU -15134 kIPMInvalidUser EQU -15135 kIPMNoMoreSessions EQU -15136 kIPMNilUserProc EQU -15137 kIPMBadCatSize EQU -15138 kIPMIncompleteMsg EQU -15139 kIPMNoResponsibleTunnel EQU -15140 kIPMAccessDenied EQU -15141 kIPMReplyParamUnderrun EQU -15142 ; Too few reply parameters kIPMReplyParamOverrun EQU -15143 ; Too many reply parameters kIPMRequestParamUnderrun EQU -15144 ; Too few request parameters kIPMOutOfSync EQU -15145 ; Protocol sync. error kIPMNoAttrsFound EQU -15146 ; couldn't find any attrs in lookup kIPMWrongAttrTag EQU -15147 ; wrong attr tag in adas lookup kIPMNullCID EQU -15148 ; null cid in enumerate kIPMBadMailSlotAttrVal EQU -15149 ; invalid mailslot attr value ENDIF ENDIF ; __OCEERRORS__